home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_VID / PONG.ZIP;1 / PONG.TXT < prev   
Encoding:
Text File  |  1992-08-09  |  956 b   |  24 lines

  1. PONG.AD
  2. Screen Saver Module for After Dark
  3.  
  4. I wrote Pong using Borland Turbo C++ for Windows 3.0.  The library
  5. interface is in C (i.e. MODULE.C), the rest is object oriented.
  6.  
  7. The objective for the Pong screen saver is to cause people to double-
  8. take as they pass your monitor while you're at lunch.  Time warp.
  9. It's supposed to look and sound like old technology.  With AD2.0, I
  10. could have made it an interactive "game" screen saver, but I'd hate
  11. to think that anyone would actually want to play it.
  12.  
  13. The hardest part was getting the paddles to move in a way that even
  14. resembles human players.  After much trial and error, mostly error,
  15. the resulting algorithm is actually very simple.  Some of the errors
  16. along the way were pretty hysterical!
  17.  
  18. There are still a couple things I might want to add - but I've
  19. basically accomplished what I wanted.  Now if anyone wants my goofy
  20. screen saver they can have it.
  21.  
  22. Bill Pollock
  23. 70254,3273
  24.